html, body {
  font-family: 'Gilroy';
  font-size: 18px;
  background-color: #fff;
  color: #000; }

body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

input:focus, textarea:focus, button:focus, select:focus {
  outline: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

button, input[type='submit'] {
  border: none;
  background-color: transparent; }

a {
  text-decoration: none;
  color: inherit; }

fieldset, input {
  border: none;
  margin: 0;
  padding: 0; }

.page-wrapper {
  min-width: 1150px;
  overflow: hidden; }

.block1 {
  padding-bottom: 80px; }

.container {
  width: 1170px;
  padding: 0;
  position: relative; }

section {
  position: relative;
  overflow: hidden; }

.block__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

main {
  position: relative;
  z-index: 2; }

header {
  padding: 20px 0 25px 0; }

.header__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.header__logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  .header__logo img {
    margin-right: 35px; }
  .header__logo .title {
    color: #fff;
    font-size: 14px;
    line-height: 24px; }

.header__contact {
  text-align: right; }
  .header__contact img, .header__contact span {
    display: inline-block;
    vertical-align: middle; }
  .header__contact img {
    margin-right: 14px; }
  .header__contact span {
    font-size: 16px;
    color: #fff;
    font-weight: bold; }

.header__contacts {
  margin-right: 57px; }

.header__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  .header__right button {
    width: 216px;
    height: 60px; }

.button {
  border-radius: 30px;
  background-color: #ffd879;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: bold;
  transition: all .3s; }
  .button:hover {
    background-color: #f6c54c; }

nav {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2; }
  nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  nav a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s; }
    nav a:hover {
      opacity: .5; }

.block1 {
  padding-top: 60px;
  padding-bottom: 200px; }

.block1__left {
  width: 670px;
  padding-top: 35px; }
  .block1__left h1 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 50px; }
    .block1__left h1 span {
      color: #ffd879; }

.block1__triggers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 600px; }

.block1__item {
  width: 270px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  .block1__item .text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff; }
    .block1__item .text b {
      font-weight: 900; }

.block1__item__img {
  width: 59px;
  height: 45px;
  position: relative;
  margin-right: 23px; }
  .block1__item__img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

.block1__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

.block1__right-wrapper {
  width: 400px;
  position: relative; }

.block1__right {
  width: 100%;
  background-color: #fff;
  padding: 45px 60px 55px 55px;
  clip-path: polygon(340px 0, 100% 60px, 100% 100%, 0 100%, 0 0); }
  .block1__right::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #f3f4f6;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%); }
  .block1__right .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 7px; }
  .block1__right .descriptor {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px; }
  .block1__right .input {
    width: 280px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    background-color: #f3f4f6;
    margin-bottom: 10px; }
    .block1__right .input input {
      width: 213px;
      height: 65px;
      background-color: #f3f4f6;
      padding-left: 20px;
      padding-right: 10px;
      font-family: 'Gilroy';
      font-size: 16px;
      font-weight: 500; }
      .block1__right .input input::placeholder {
        color: #979aa1; }
  .block1__right .input__img {
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative; }
    .block1__right .input__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .block1__right button {
    width: 280px;
    height: 70px;
    margin-top: 15px;
    margin-bottom: 17px; }
  .block1__right .checkbox input {
    display: none !important; }
  .block1__right .checkbox label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer; }
  .block1__right .checkbox .box {
    width: 18px;
    height: 18px;
    background-color: #eff0f2;
    position: relative;
    margin-right: 15px; }
    .block1__right .checkbox .box img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; }
  .block1__right .checkbox .text {
    font-size: 11px;
    color: #b1b3b6;
    font-weight: 500; }
  .block1__right .checkbox input:checked + label > .box > img {
    opacity: 1 !important; }

.block1__right__arrow {
  position: absolute;
  left: -65px;
  top: 110px; }

.block1__right__bonus {
  position: absolute;
  bottom: 0;
  left: -127px; }
  .block1__right__bonus img {
    display: block; }
    .block1__right__bonus img:nth-child(1) {
      margin-bottom: -70px; }
  .block1__right__bonus .price {
    width: 105px;
    height: 47px;
    background-color: #9bcb5d;
    position: absolute;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .block1__right__bonus .price span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-decoration: line-through;
      width: 100%;
      text-align: center;
      display: block; }
  .block1__right__bonus .price1 {
    bottom: 140px;
    left: 0; }
  .block1__right__bonus .price2 {
    bottom: 0;
    left: 0; }

.block2 .section__title {
  color: #fff; }

.section__title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold; }
  .section__title span {
    color: #ffd879; }

.section__descriptor {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold; }
  .section__descriptor span {
    color: #ffd879; }

.block2__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 75px; }

.block2__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  .block2__item img {
    margin-right: 24px; }
  .block2__item .text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; }
    .block2__item .text b {
      font-weight: 900; }

.block2 {
  padding-bottom: 800px;
  overflow: visible; }

.block2__quiz-wrapper {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 70px;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: 320px; }

.block2__tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #979aa1; }

.block2__tab {
  width: 195px;
  border-right: 1px solid #979aa1;
  height: 120px;
  padding-top: 30px;
  text-align: center; }
  .block2__tab:last-child {
    border-right: none; }
  .block2__tab .title {
    color: #979aa1;
    font-weight: bold;
    font-size: 24px; }
  .block2__tab .text {
    font-weight: 500;
    color: #979aa1;
    font-size: 16px; }

.block2__tab-active {
  background-color: #ffd879;
  border-right-color: #ffd879; }
  .block2__tab-active .title, .block2__tab-active .text {
    color: #000; }

.block2__quiz__item {
  padding: 70px 100px 60px 100px; }
  .block2__quiz__item .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px; }

.block2__quiz__item__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 50px 0 55px 0;
  width: calc(100% + 12px);
  justify-content: flex-start; }

.block2__answer {
  margin-right: 12px; }
  .block2__answer input {
    display: none; }
  .block2__answer label {
    width: 233px;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #eff1f3;
    overflow: hidden;
    transition: all .3s;
    padding-bottom: 25px; }
    .block2__answer label:hover {
      box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
      border-color: #fff; }
  .block2__answer .title {
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
  .block2__answer input:checked + label {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    border-color: #fff;
    border-top-right-radius: 30px; }
    .block2__answer input:checked + label::after {
      content: '';
      width: 60px;
      height: 60px;
      background-size: cover;
      background-image: url("../img/icons/check2.png");
      position: absolute;
      top: -2px;
      right: -2px; }
    .block2__answer input:checked + label .title {
      color: #9bcb5d;
      text-decoration: underline; }

.block2__answer__img {
  width: 100%;
  height: 185px;
  background-color: #eff1f3;
  position: relative;
  margin-bottom: 25px; }
  .block2__answer__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.block2__quiz__buttons {
  text-align: center; }
  .block2__quiz__buttons button {
    width: 272px;
    height: 80px;
    border-radius: 40px; }
  .block2__quiz__buttons .quiz__prev {
    background-color: #f3f4f6;
    margin-right: 30px; }

.block3 {
  padding: 280px 0 120px 0;
  margin-top: -135px; }
  .block3 .section__title {
    text-align: left;
    padding-left: 20px; }

.block3__flex1 {
  padding-left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 60px 0 45px 0; }

.block3__flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end; }

.block3__item {
  width: 470px;
  height: 283px;
  border: 20px solid #eaeef1;
  position: relative;
  padding-top: 38px;
  padding-left: 60px; }
  .block3__item:first-child {
    margin-right: 50px; }
  .block3__item .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px; }
  .block3__item .text {
    font-size: 18px;
    line-height: 30px;
    color: #84878e; }

.block3__img {
  position: absolute;
  top: 35px;
  left: -20px;
  width: 20px;
  height: 92px;
  background-color: #fff; }
  .block3__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 76%; }

.block4 {
  padding: 90px 0; }

.block4__bg {
  position: absolute;
  top: 0;
  left: 0; }

.block4__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 65px; }

.block4__item {
  width: 370px;
  text-align: center; }
  .block4__item .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px; }
  .block4__item .text {
    color: #84878e;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; }
  .block4__item:nth-child(2) {
    margin-top: 55px; }
  /* .block4__item:nth-child(5) {
    margin-top: 55px; } */

.block4__img {
  width: 100%;
  height: 212px;
  margin-bottom: 20px;
  position: relative; }
  .block4__img img {
    position: absolute; }

.block4__img1 img {
  top: 30px;
  left: 30px; }

.block4__img2 img {
  top: 0;
  left: 23px; }

.block4__img3 img {
  top: 20px;
  left: 23px; }

.block4__img4 img {
  top: 10px;
  left: 40px; }

.block4__img5 img {
  top: 10px;
  left: 20px; }

.block4__img6 img {
  top: 10px;
  left: 40px; }

.blcok5 {
  padding-top: 30px;
  padding-bottom: 150px; }
  .blcok5 .section__title, .blcok5 .section__descriptor {
    position: relative;
    z-index: 2; }

.block5__bg {
  position: absolute;
  bottom: 0;
  right: 0; }

.block5__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 65px;
  position: relative;
  z-index: 3; }

.block5__item {
  width: 570px;
  margin-bottom: 30px;
  height: 357px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .block5__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%; }
  .block5__item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    /* background-image: -moz-linear-gradient(90deg, #171718 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #171718 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #171718 0%, rgba(255, 255, 255, 0) 100%);  */
  }
  /* .block5__item:nth-child(5), .block5__item:nth-child(6) {
    width: 370px;
    height: 232px; } */
    /* .block5__item:nth-child(5) .block5__item__bottom .price, .block5__item:nth-child(6) .block5__item__bottom .price {
      font-size: 18px; } */
    /* .block5__item:nth-child(5) .block5__item__bottom .text:nth-child(2), .block5__item:nth-child(6) .block5__item__bottom .text:nth-child(2) {
      margin-right: 25px; } */
  .block5__item:hover::after {
    background-color: rgba(23, 23, 24, 0.8);
    background-image: none; }
  .block5__item:hover .block5__item__link {
    opacity: 1; }

.block5__item__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
  z-index: 3;
  opacity: 0;
  width: 100%;
  text-align: center; }
  .block5__item__link span {
    color: #ffd879;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px; }
  .block5__item__link img {
    position: relative;
    top: -5px;
    left: auto;
    transform: none; }

.block5__item__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding-left: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 3; }
  .block5__item__bottom .price {
    color: #ffd879;
    font-weight: bold;
    font-size: 24px;
    line-height: 90px;
    margin-right: 12px; }
  .block5__item__bottom .text {
    font-size: 18px;
    line-height: 90px;
    font-weight: bold;
    color: #fff; }
    .block5__item__bottom .text:nth-child(2) {
      margin-right: 45px; }

.block5__link {
  width: 370px;
  height: 232px;
  padding-left: 70px; }
  .block5__link a {
    line-height: 232px;
    font-size: 30px;
    font-weight: bold;
    position: relative; }
    .block5__link a::after {
      content: '';
      width: 35px;
      height: 22px;
      background-size: cover;
      background-image: url("../img/block5/arrow.png");
      position: absolute;
      top: 52%;
      transform: translateY(-50%);
      right: -50px;
      transition: all .6s; }
    .block5__link a::before {
      content: '';
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: -9px;
      left: 0;
      right: 0;
      background-color: #e2e5eb;
      transition: all .6s; }
    .block5__link a:hover::after {
      right: -60px; }
    .block5__link a:hover::before {
      bottom: -5px;
      background-color: #000; }

.block5__back {
  position: absolute;
  color: #f7f8f9;
  font-weight: bold;
  font-size: 400px;
  line-height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 100px; }

.block6 {
  overflow: visible;
  background-color: #292d33;
  padding-top: 90px;
  padding-bottom: 230px; }
  .block6 .container {
    padding-left: 500px;
    position: relative;
    z-index: 2; }

.block6__catalog {
  position: absolute;
  top: -177px;
  left: -355px;
  z-index: 2; }

.block6__bg {
  position: absolute;
  top: -1012px;
  left: -355px;
  z-index: 2; }

.block6__title {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  position: relative; }
  .block6__title span {
    font-size: 24px;
    color: #ffd879;
    margin-left: 30px; }
  .block6__title::after {
    content: '';
    width: 25px;
    height: 48px;
    background-image: url("../img/block6/2.png");
    background-size: cover;
    position: absolute;
    bottom: -23px;
    right: 170px; }

.block6__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 100px;
  margin-top: 50px; }

.block6__form {
  width: 280px; }
  .block6__form .input {
    width: 280px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    background-color: rgba(89, 89, 89, 0.3);
    margin-bottom: 10px; }
    .block6__form .input input {
      width: 213px;
      height: 65px;
      background-color: transparent;
      padding-left: 20px;
      padding-right: 10px;
      font-family: 'Gilroy';
      font-size: 16px;
      font-weight: 500;
      color: #fff; }
      .block6__form .input input::placeholder {
        color: #fff; }
  .block6__form .input__img {
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative; }
    .block6__form .input__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .block6__form button {
    width: 280px;
    height: 70px;
    margin-top: 15px;
    margin-bottom: 17px; }
  .block6__form .checkbox input {
    display: none !important; }
  .block6__form .checkbox label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer; }
  .block6__form .checkbox .box {
    width: 18px;
    height: 18px;
    background-color: #ffd879;
    position: relative;
    margin-right: 15px; }
    .block6__form .checkbox .box img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; }
  .block6__form .checkbox .text {
    font-size: 11px;
    color: #b1b3b6;
    font-weight: 500; }
  .block6__form .checkbox input:checked + label > .box > img {
    opacity: 1 !important; }

.block6__list {
  width: 245px; }
  .block6__list li {
    position: relative;
    padding-left: 37px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
    .block6__list li::before {
      content: '';
      width: 24px;
      height: 25px;
      background-image: url("../img/block6/3.png");
      background-size: cover;
      top: 2px;
      left: -2px;
      position: absolute; }

.block7 {
  padding-bottom: 175px;
  background-color: #292d33; }
  .block7 .section__title {
    color: #fff; }

.block7__block {
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  margin-top: 60px;
  overflow: hidden;
  z-index: 3; }

.block7__tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #979aa1; }

.block7__tab {
  width: 233px;
  border-right: 1px solid #979aa1;
  height: 120px;
  text-align: center;
  cursor: pointer; }
  .block7__tab:last-child {
    border-right: none; }
  .block7__tab span {
    color: #979aa1;
    font-weight: bold;
    font-size: 24px;
    line-height: 120px;
    display: block; }

.block7__tab-active {
  background-color: #ffd879;
  border-right-color: #ffd879; }
  .block7__tab-active span {
    color: #000; }

.block7__items {
  padding: 65px 70px 75px 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

.block7__left {
  width: 430px; }

.block7__right {
  position: relative; }
  .block7__right .tab {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    transition: all .3s;
    position: absolute;
    cursor: pointer; }
    .block7__right .tab::after {
      content: '+';
      font-size: 22px;
      font-weight: bold;
      color: #dabc73;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      transition: all .3s; }
    .block7__right .tab::before {
      content: '';
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: #ffebba;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      transition: all .3s; }
    .block7__right .tab:hover::after {
      color: #000; }
    .block7__right .tab:hover::before {
      background-color: #ffd879; }
  .block7__right .tab-active {
    background-color: #fff; }
    .block7__right .tab-active::after {
      color: #000; }
    .block7__right .tab-active::before {
      background-color: #ffd879; }
  .block7__right .tab1 {
    top: 70px;
    left: 97px; }
  .block7__right .tab2 {
    top: 260px;
    left: 122px; }
  .block7__right .tab3 {
    top: 270px;
    left: 453px; }
  .block7__right .tab4 {
    top: 170px;
    left: 207px; }
  .block7__right .tab5 {
    top: 220px;
    left: 400px; }

.block7__item {
  display: none; }
  .block7__item img {
    display: block;
    max-width: 100%;
    margin-bottom: 30px; }
  .block7__item .title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px; }
  .block7__item .text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #84878e; }

.block7__item-active {
  display: block; }

.block8 {
  background-color: #292d33;
  overflow: visible; }

.block8__bg {
  position: absolute;
  bottom: -1190px;
  right: 0; }

.block8__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden; }

.block8__left {
  position: relative;
  width: 600px; }
  .block8__left .section__title {
    color: #fff;
    text-align: left; }
  .block8__left .section__descriptor {
    color: #fff;
    text-align: left;
    font-weight: 500; }
    .block8__left .section__descriptor b {
      font-weight: 900; }

.block8__num {
  font-weight: bold;
  font-size: 720px;
  color: #fff;
  opacity: .03;
  line-height: 50px;
  position: absolute;
  top: 150px;
  left: 160px; }

.block8__bonuses {
  position: relative;
  margin-top: 70px; }
  .block8__bonuses img {
    float: left; }
    .block8__bonuses img:nth-child(2) {
      margin-left: -65px;
      margin-top: 101px; }
  .block8__bonuses .price {
    width: 155px;
    height: 65px;
    background-color: #9bcb5d;
    position: absolute;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .block8__bonuses .price span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-decoration: line-through;
      width: 100%;
      text-align: center;
      display: block; }
  .block8__bonuses .price1 {
    top: -30px;
    left: 0; }
  .block8__bonuses .price2 {
    bottom: 105px;
    left: 387px; }

.block8__right {
  width: 400px;
  position: relative;
  clip-path: none; }
  .block8__right::before {
    display: none; }
  .block8__right .title {
    margin-bottom: 40px; }

.block8__bonus {
  width: 71px;
  height: 71px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffd879;
  box-shadow: 0px 10px 30px 0px rgba(244, 208, 125, 0.6);
  bottom: 87px;
  left: -34px; }
  .block8__bonus img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.block9 {
  padding: 140px 0;
  position: relative;
  z-index: 3; }

.block9__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

.block9__slider {
  width: 570px;
  height: 407px;
  border-radius: 15px;
  position: relative; }
  .block9__slider .owl-prev, .block9__slider .owl-next {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
    .block9__slider .owl-prev::after, .block9__slider .owl-next::after {
      content: '';
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      transition: all .3s;
      width: 11px;
      height: 17px; }
    .block9__slider .owl-prev::before, .block9__slider .owl-next::before {
      content: '';
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #ffd879;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      transition: all .3s; }
    .block9__slider .owl-prev:hover::after, .block9__slider .owl-next:hover::after {
      color: #000; }
    .block9__slider .owl-prev:hover::before, .block9__slider .owl-next:hover::before {
      background-color: #ffd879; }
  .block9__slider .owl-prev {
    left: -43px; }
    .block9__slider .owl-prev::after {
      background-image: url("../img/block9/prev.png"); }
  .block9__slider .owl-next {
    right: -43px; }
    .block9__slider .owl-next::after {
      background-image: url("../img/block9/next.png"); }

.block9__slide {
  width: 570px;
  height: 407px;
  display: block;
  border-radius: 15px;
  background-size: cover;
  background-position: 50% 50%; }

.block9__right {
  margin-top: -5px;
  width: 470px; }
  .block9__right .title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px; }
  .block9__right .text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #84878e; }

.block10 {
  padding-top: 100px;
  padding-bottom: 170px;
  overflow: visible; }

.block10__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; }

.block10__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2; }

.block10__left {
  padding-top: 45px;
  width: 670px; }
  .block10__left .section__title, .block10__left .section__descriptor {
    color: #fff;
    text-align: left; }
  .block10__left .section__descriptor {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 50px 0; }

.block10__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 33px; }
  .block10__item:last-child {
    padding-left: 100px; }
  .block10__item img {
    margin-right: 30px; }
  .block10__item span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; }
    .block10__item span b {
      font-weight: 900; }

.block10__right-wrapper {
  position: relative; }
  .block10__right-wrapper .block1__right {
    position: relative;
    z-index: 2; }
  .block10__right-wrapper .title {
    margin-bottom: 30px; }
  .block10__right-wrapper textarea {
    resize: none;
    width: 280px;
    display: block;
    margin-bottom: 20px;
    border: none;
    height: 130px;
    background-color: #f3f4f6;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gilroy'; }
    .block10__right-wrapper textarea::placeholder {
      color: #979aa1; }

.block10__mac {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  right: 290px; }

.file-input input {
  display: none; }

.file-input label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px; }
  .file-input label span {
    font-size: 16px;
    font-weight: 500; }
    .file-input label span:first-child {
      position: relative; }
      .file-input label span:first-child::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        transition: all .3s; }
    .file-input label span:last-child {
      color: #84878e; }
  .file-input label:hover span:first-child::after {
    opacity: 0; }

.block11 {
  background-color: #272b31; }
  .block11 .container {
    position: relative;
    z-index: 2; }
  .block11 .section__title {
    color: #fff; }

.block11__block {
  margin-top: 65px;
  position: relative; }
  .block11__block img {
    display: block;
    margin-left: -24px; }

.block11__item {
  position: absolute; }
  .block11__item .num {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #ffd879;
    position: relative; }
    .block11__item .num::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 1px solid #ffa173;
      width: 71px;
      height: 71px; }
    .block11__item .num::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 1px solid rgba(255, 161, 115, 0.1);
      width: 99px;
      height: 99px; }
  .block11__item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 900; }
  .block11__item .text {
    color: #fff;
    position: absolute;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    width: 400px; }
  .block11__item:nth-child(2) {
    top: 180px;
    left: 140px; }
    .block11__item:nth-child(2) .text {
      left: 100px;
      top: 50%;
      transform: translateY(-50%); }
  .block11__item:nth-child(3) {
    top: 140px;
    right: 220px; }
    .block11__item:nth-child(3) .text {
      left: 50%;
      text-align: center;
      top: -100px;
      transform: translateX(-50%); }

.block12 {
  padding: 120px 0;
  position: relative;
  z-index: 2; }
  .block12 .container {
    padding-left: 600px; }
  .block12 .section__title {
    text-align: left;
    margin-bottom: 35px; }

.block12__triggers {
  display: block; }
  .block12__triggers .block1__item {
    width: 100%; }
    .block12__triggers .block1__item .text {
      color: #000; }

.block12__img {
  position: absolute;
  bottom: -120px;
  left: -45px; }

.block12__form {
  width: 470px; }
  .block12__form .input {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    background-color: #fff;
    margin-bottom: 10px; }
    .block12__form .input input {
      width: 403px;
      height: 65px;
      background-color: transparent;
      padding-left: 20px;
      padding-right: 10px;
      font-family: 'Gilroy';
      font-size: 16px;
      font-weight: 500;
      color: #000; }
      .block12__form .input input::placeholder {
        color: #979aa1; }
  .block12__form .input__img {
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #f3f4f6; }
    .block12__form .input__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .block12__form button {
    width: 470px;
    height: 70px;
    margin-top: 15px;
    margin-bottom: 17px; }

.block13 {
  padding: 110px 0;
  position: relative;
  z-index: 2;
  background-color: #fff; }

.block13__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start; }

.block13__left {
  width: 470px; }
  .block13__left .section__title {
    text-align: left; }
  .block13__left .text {
    margin: 35px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; }
  .block13__left button {
    width: 370px;
    height: 80px;
    border-radius: 40px;
    display: block; }

.block13__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  .block13__item img {
    margin-right: 30px; }
  .block13__item span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; }
    .block13__item span b {
      font-weight: 900; }

.block13__right {
  width: 570px;
  height: 578px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 15px;
  position: relative; }
  .block13__right::before {
    content: '';
    width: 560px;
    height: 570px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.block14 .container {
  position: relative; }

.block14__block {
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 0;
  background-color: #fff;
  padding: 70px 0 55px 75px;
  width: 470px;
  border-radius: 15px; }
  .block14__block .section__title {
    text-align: left;
    margin-bottom: 25px; }

.block14__item {
  margin-bottom: 25px; }
  .block14__item .title {
    font-size: 14px;
    font-weight: bold;
    color: #bcbfc6;
    text-transform: uppercase; }
  .block14__item .text {
    font-size: 18px;
    font-weight: 500; }

#map {
  height: 600px; }

.bottom-nav {
  background-color: #fff;
  border-bottom: 1px solid #ededee;
  position: relative;
  z-index: 3; }
  .bottom-nav a {
    color: #000; }

.footer {
  background-color: #fff; }
  .footer .title, .footer span {
    color: #000 !important; }
  .footer .header__logo img, .footer .header__contact img {
    filter: invert(1); }

.quiz__inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 35px 0 90px 0; }
  .quiz__inputs .checkbox input {
    display: none !important; }
  .quiz__inputs .checkbox label {
    margin-left: 15px;
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer; }
  .quiz__inputs .checkbox .box {
    width: 25px;
    height: 25px;
    background-color: #f3f4f6;
    position: relative;
    margin-right: 15px; }
    .quiz__inputs .checkbox .box img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; }
  .quiz__inputs .checkbox .text {
    font-size: 16px;
    font-weight: 500; }
  .quiz__inputs .checkbox input:checked + label > .box {
    background-color: #ffd879; }
    .quiz__inputs .checkbox input:checked + label > .box img {
      opacity: 1 !important; }

.quiz__input {
  width: 234px;
  margin-right: 20px; }
  .quiz__input label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .quiz__input input {
    width: 100%;
    display: block;
    height: 65px;
    background-color: #f3f4f6;
    font-family: 'Gilroy';
    font-size: 16px;
    padding-left: 18px; }
    .quiz__input input::placeholder {
      color: #979aa1; }

.quiz__checkboxes {
  margin: 35px 0 30px 0;
  padding: 0 155px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .quiz__checkboxes .checkbox {
    width: 270px;
    margin-bottom: 20px; }
    .quiz__checkboxes .checkbox input {
      display: none !important; }
    .quiz__checkboxes .checkbox label {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer; }
    .quiz__checkboxes .checkbox .box {
      width: 25px;
      height: 25px;
      background-color: #f3f4f6;
      position: relative;
      margin-right: 15px; }
      .quiz__checkboxes .checkbox .box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0; }
    .quiz__checkboxes .checkbox .text {
      font-size: 16px;
      font-weight: 500; }
    .quiz__checkboxes .checkbox input:checked + label > .box {
      background-color: #ffd879; }
      .quiz__checkboxes .checkbox input:checked + label > .box img {
        opacity: 1 !important; }

.block2__tab-success .title, .block2__tab-success .text {
  color: #9bcb5d; }

.step3 .block2__answer {
  margin-bottom: 25px; }
  .step3 .block2__answer label {
    height: 220px; }

.step3 .block2__answer__img {
  height: 155px;
  overflow: hidden;
  margin-bottom: 20px; }

.step5 {
  width: calc(100% + 30px); }

.block2__answer-big {
  margin-bottom: 30px; }
  .block2__answer-big input {
    display: none; }
  .block2__answer-big label {
    width: 470px;
    cursor: pointer;
    height: 220px;
    border: 1px solid #eff1f3;
    border-radius: 10px;
    margin-right: 30px;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    overflow: hidden;
    transition: all .3s;
    position: relative; }
    .block2__answer-big label:hover {
      box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
      border-color: #fff; }
  .block2__answer-big input:checked + label {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.05);
    border-color: #fff; }
    .block2__answer-big input:checked + label::after {
      content: '';
      width: 60px;
      height: 60px;
      background-size: cover;
      background-image: url("../img/icons/check2.png");
      position: absolute;
      top: -2px;
      right: 244px; }
    .block2__answer-big input:checked + label .block2__answer__img {
      border-top-right-radius: 30px; }
    .block2__answer-big input:checked + label .title {
      color: #9bcb5d;
      text-decoration: underline; }
  .block2__answer-big .block2__answer__img {
    width: 223px;
    height: 100%;
    position: relative; }

.block2__answer__text {
  padding-top: 30px;
  padding-left: 33px; }
  .block2__answer__text .title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    text-align: left; }
  .block2__answer__text .text {
    font-size: 16px;
    line-height: 24px;
    color: #979aa1;
    font-weight: 500;
    width: 100%;
  }

.step6 .block2__answer label {
  height: 240px; }

.step6 .block2__answer__img {
  margin-bottom: 15px; }

.block2__quiz__item {
  position: relative; }
  .block2__quiz__item .section__title {
    color: #000; }

.quiz__form {
  width: 330px;
  margin-top: 60px; }
  .quiz__form .checkbox {
    width: 100%;
    margin-bottom: 30px; }
    .quiz__form .checkbox input {
      display: none !important; }
    .quiz__form .checkbox label {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer; }
    .quiz__form .checkbox .box {
      width: 25px;
      height: 25px;
      background-color: #f3f4f6;
      position: relative;
      margin-right: 15px; }
      .quiz__form .checkbox .box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0; }
    .quiz__form .checkbox .text {
      font-size: 16px;
      font-weight: 500; }
    .quiz__form .checkbox input:checked + label > .box {
      background-color: #ffd879; }
      .quiz__form .checkbox input:checked + label > .box img {
        opacity: 1 !important; }
  .quiz__form input {
    width: 100%;
    display: block;
    height: 65px;
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: #f3f4f6;
    font-family: 'Gilroy';
    font-size: 16px;
    padding-left: 18px; }
    .quiz__form input::placeholder {
      color: #979aa1; }
  .quiz__form button {
    width: 100%;
    height: 80px;
    border-radius: 40px; }

.quiz__img1 {
  position: absolute;
  top: 180px;
  right: 90px; }

.quiz__img2 {
  position: absolute;
  top: 350px;
  right: 360px; }

.quiz__img3 {
  position: absolute;
  bottom: 0;
  right: 115px; }

.quiz__thank {
  min-height: 747px; }
  .quiz__thank .section__title {
    position: relative;
    z-index: 3; }

.quiz__thank__bg {
  position: absolute;
  min-width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.mobile-menu__button, .mobile-menu__close {
  display: none; }

.block15 {
  padding-bottom: 70px;
  overflow: hidden; }
  .block15 .block1 {
    padding-bottom: 0; }

.block16 {
  z-index: 9;
  padding: 100px 0; }

.block16__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 60px; }

.block16__item {
  width: 770px;
  height: 320px;
  cursor: pointer;
  background-size: cover;
  background-position: 50% 50%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  margin-bottom: 30px; }
  .block16__item:nth-child(2), .block16__item:nth-child(3), .block16__item:nth-child(6) {
    width: 370px; }
  .block16__item .title {
    width: 331px;
    height: 85px;
    position: absolute;
    border-radius: 0 42px 0 42px;
    background-color: #fff;
    bottom: 20px;
    left: 20px; }
    .block16__item .title span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
      font-size: 22px;
      font-weight: bold; }

.block17 {
  padding-bottom: 100px; }
  .block17 .block6__catalog {
    top: -65px;
    left: -255px; }

.dark-bg {
  background-color: #282c33; }

.radiant-bg {
  border-bottom: 1px solid #ededee; }
  .radiant-bg a {
    color: #000; }

.block18 {
  padding: 120px 0 90px 0; }

.block18__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: calc(100% + 30px); }

.block18__item {
  width: 570px;
  padding: 70px 80px 45px 80px;
  border: 20px solid #edeff2;
  margin-right: 30px;
  margin-bottom: 30px; }
  .block18__item .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .block18__item .text {
    font-size: 18px;
    line-height: 30px;
    color: #84878e;
    font-weight: 500; }
  .block18__item img {
    display: block;
    margin-top: 30px;
    max-width: 100%; }

.block19 {
  overflow: hidden;
  padding-bottom: 100px; }
  .block19 .block10__mac {
    right: 120px; }
  .block19 .block1__item:nth-child(odd) {
    width: 350px; }
  .block19 .block1__item:nth-child(even) {
    width: 250px; }

.block20 {
  padding: 100px 0; }

.block20__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 85px; }

.block20__flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.block20__left {
  width: 570px; }
  .block20__left .section__title {
    text-align: left; }
  .block20__left .text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #84878e;
    margin-top: 35px; }

.block20__right {
  margin-top: 5px;
  display: block;
  width: 533px;
  height: 427px;
  border-radius: 15px;
  background-size: cover;
  background-position: 50% 50%; }

.block20__img {
  width: 370px;
  display: block;
  height: 232px;
  border-radius: 15px;
  background-size: cover;
  background-position: 50% 50%; }

.block21 {
  margin-bottom: -170px;
  position: static; }
  .block21 .block2 {
    padding-top: 100px; }

.block22 {
  padding-top: 300px; }

.block23 .block5__item:nth-child(5), .block23 .block5__item:nth-child(6) {
  width: 570px;
  margin-bottom: 30px;
  height: 357px; }
  .block23 .block5__item:nth-child(5) .price, .block23 .block5__item:nth-child(6) .price {
    color: #ffd879;
    font-weight: bold;
    font-size: 24px;
    line-height: 90px;
    margin-right: 12px; }
  .block23 .block5__item:nth-child(5) .text, .block23 .block5__item:nth-child(6) .text {
    font-size: 18px;
    line-height: 90px;
    font-weight: bold;
    color: #fff; }
    .block23 .block5__item:nth-child(5) .text:nth-child(2), .block23 .block5__item:nth-child(6) .text:nth-child(2) {
      margin-right: 45px; }

.block5__item-min.block5__item-min.block5__item-min {
  width: 370px;
  height: 232px; }
  .block5__item-min.block5__item-min.block5__item-min .block5__item__bottom .price {
    font-size: 18px; }
  .block5__item-min.block5__item-min.block5__item-min .block5__item__bottom .text:nth-child(2) {
    margin-right: 25px; }

.layer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 15;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none; }
  .layer::-webkit-scrollbar {
    width: 0; }

.popup {
  position: absolute;
  top: 100px;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none; }

.close-popup {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer; }

.case-popup__wrapper {
  width: 1170px;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.case__left {
  background-color: #fff;
  width: 700px;
  padding: 40px 80px 50px 82px; }
  .case__left .title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold; }
  .case__left .text {
    color: #84878e;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px; }

.case__img {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 207px;
  height: 138px;
  float: left;
  background-size: cover;
  background-position: 50% 50%; }
  .case__img:first-child {
    margin-left: 0;
    width: 315px;
    height: 286px; }
  .case__img:nth-child(n+4) {
    display: none; }

.case__images {
  margin-bottom: 55px; }

.case__right {
  width: 470px;
  background-color: #272b31;
  padding: 50px 0; }

.case__price {
  padding: 0 95px 0 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end; }
  .case__price .key {
    font-size: 18px;
    font-weight: bold;
    color: #fff; }
  .case__price .value {
    color: #ffd879;
    font-size: 24px;
    font-weight: bold; }

.case__bonus {
  margin-top: 30px;
  padding: 0 95px 40px 60px; }
  .case__bonus .text {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px; }
    .case__bonus .text b {
      font-weight: bold; }
  .case__bonus img {
    max-width: 100%; }

.case__form {
  padding: 30px 59px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .case__form .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff; }
  .case__form .input {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: 1px solid #f3f4f6;
    background-color: #f3f4f6;
    margin-bottom: 10px; }
    .case__form .input input {
      width: 280px;
      height: 65px;
      background-color: #f3f4f6;
      padding-left: 20px;
      padding-right: 10px;
      font-family: 'Gilroy';
      font-size: 16px;
      font-weight: 500; }
      .case__form .input input::placeholder {
        color: #979aa1; }
  .case__form .input__img {
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative; }
    .case__form .input__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .case__form button {
    width: 100%;
    height: 70px;
    border-radius: 35px; }
